SET PARTICLE EMISSIONS

This command will set the number of particles emitted from the particles object each cycle.

  Syntax
SET PARTICLE EMISSIONS Particle Number, Frequency
  Parameters
Particle Number
Integer
The particle object number
Frequency
Integer
A value of zero will stop the particles object emitting new particles

  Returns

This command does not return a value.

  Description

A value of zero will stop the particles object emitting new particles.

  Example Code
make particles 4, 0, 10, 10.0
position particles 4, 3, 2, 10
set particle emissions 4, 1
do
loop
delete particles 4
end
  See also

PARTICLES Commands Menu
Index